home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 076-100 / disk_079 / mounted / read.me < prev   
Text File  |  1992-05-06  |  1KB  |  25 lines

  1. MOUNTED is a quick little program I wrote to tell if a disk is mounted
  2. or not. It's intended to be used in startup-sequences to conditionally
  3. execute programs from df1. For example, mine includes:
  4.  
  5. mounted playit
  6. if not warn
  7.     run playit:play playit:bachfugue.smus playit:
  8. endif
  9.  
  10. So if I start up with the disk "playit" in df1: it plays a bach fugue
  11. during loading. This program illustrates how to deal with BPTRs in a
  12. well behaved way, and how to get hold of the device list. It's full
  13. of magic numbers and inefficient code, and including stdio bloats it
  14. up to 8K. A little tidying up can probably get it down quite a bit. But
  15. it fits nicely in *my* c: directory and I'm arrogant enough to think
  16. I have better things to do. It's a good idea to have the AmigaDOS
  17. manual open to pages 266-269 while you're checking out the code.
  18. It's written for Aztec V3.40a with the +P option set, so it should run 
  19. just fine with Lattice.
  20.  
  21.         -- Peter da Silva.
  22.         -- Author of the fantastic screen hack "Workbench Lander".
  23.         -- Not to mention ROT and Smart-TTY.
  24.         -- And incredibly modest guy.
  25.